home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / m_to_r / picdll / apidll.dpr next >
Encoding:
Text File  |  1996-09-15  |  314 b   |  20 lines

  1. library Apidll;
  2.  
  3. { Program copyright (c) 1995 by Charles Calvert }
  4. { Project Name: RUNDLL }
  5.  
  6. uses
  7.   WinStuff;
  8.  
  9. exports
  10.   About index 1,
  11.   HandleButton index 2,
  12.   ShowAbout index 3,
  13.   RegisterWinPopup index 4,
  14.   CreateWinPopup index 5,
  15.   RegisterChild index 6,
  16.   CreateChild index 7;
  17.  
  18. begin
  19. end.
  20.